home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3914 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.2 KB

  1. Path: longwood.cs.ucf.edu!not-for-mail
  2. From: stevens@longwood.cs.ucf.edu (John Stevens)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: STL on MSVC 4.0 - HELP!, Please
  5. Date: 26 Jan 1996 13:16:00 -0500
  6. Organization: University of Central Florida
  7. Message-ID: <4eb5p0$cr2@longwood.cs.ucf.edu>
  8. References: <4ddvqi$ch@vendor.micron.com> <00001a81+00008e42@msn.com>
  9. NNTP-Posting-Host: longwood.cs.ucf.edu
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Gary Sims (SimsGW@msn.com) wrote:
  13. : STL is included with the MSVC 4.0 product. You might find that the 
  14. : header files in the included version have already been set up 
  15. : correctly. (No guarantees -- that is a public domain library included 
  16. : for customer convenience.) In any event, there are instructions on 
  17. : using the included STL in the on-line help. Search on "standard 
  18. : template library" and I would specify "Title Only" search the first 
  19. : time.
  20.  
  21. They are only partially set up, and the instructions left out a few key
  22. pieces. The big one is that to use the STL in its own namespace you must
  23. include new.h. Beyond that, I'm still tracking down ambiguos operators
  24. for the iterator types. You can make it work, but its not a gimme.
  25.  
  26. John S.
  27.